ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1CollectionViewBase<T> Class / OnCollectionChanged Method
The System.Collections.Specialized.NotifyCollectionChangedEventArgs instance containing the event data.

In This Topic
    OnCollectionChanged Method
    In This Topic
    Raises the CollectionChanged event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnCollectionChanged( _
       ByVal e As System.Collections.Specialized.NotifyCollectionChangedEventArgs _
    ) 
    protected virtual void OnCollectionChanged( 
       System.Collections.Specialized.NotifyCollectionChangedEventArgs e
    )

    Parameters

    e
    The System.Collections.Specialized.NotifyCollectionChangedEventArgs instance containing the event data.
    See Also